home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.4 KB | 65 lines | [TEXT/MPS ] |
- /*
- File: NuBusPlugin.idl
-
- Contains: I/O Interfaces for NuBus "bus plugins"
-
- Version: Technology: xxx Put version info here xxx
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __NUBUSPLUGIN_IDL__
- #define __NUBUSPLUGIN_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __SLOTS_IDL__
- #include <Slots.idl>
- #endif
- #ifndef __KERNEL_IDL__
- #include <Kernel.idl>
- #endif
- #ifndef __INTERRUPTS_IDL__
- #include <Interrupts.idl>
- #endif
- #ifndef __NAMEREGISTRY_IDL__
- #include <NameRegistry.idl>
- #endif
- #ifndef __NUBUS_IDL__
- #include <NuBus.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- typedef OpaquePtr NuBusPluginInitProc;
- typedef OpaquePtr NuBusPluginFinalProc;
- typedef SOMLargeStruct NuBusPluginHeader; /* Derived from a struct of 16 bytes in size */
-
- typedef SOMLargeStruct NuBusPluginDescriptor; /* Derived from a struct of 24 bytes in size */
-
- /*
- * NuBusMapSlot -
- *
- * The interface a NuBus "bus plugin" uses to communicate its
- * slot addressing requirements to the NuBus family manager
- *
- */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __NUBUSPLUGIN_IDL__ */
-
-